ColumnSeparatorLineStyle Enumeration

Represents the line style of a column separator line.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum ColumnSeparatorLineStyle

Members

Solid0 Solid separator line.
Dotted1 Dotted separator line.
Dashed2 Dashed separator line.
DotDashed3 Separator line whose repeating pattern is a dot followed by a dash.
None4 No separator line.

See Also